home *** CD-ROM | disk | FTP | other *** search
- on(press){
- _root.dis = 2;
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- if(_root.even33 == 0)
- {
- _root.sfx.gotoAndStop(3);
- _root.even33 = 1;
- _root.take = 19;
- _root.next_dis1 = 2;
- _root.next_txt1 = "Cutting these up makes anyones eyes water.";
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I think one should be enough.";
- }
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Seems as though there is a patch of onions growing here.";
- }
- }
- }
-